@charset "UTF-8";
.prices { padding: 80px 0; display: none; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.prices .wrapper { width: 1450px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
@media screen and (max-width: 1470px) { .prices .wrapper { width: 100%; padding: 0 30px; } }
.prices .wrapper h2 { color: #333333; font-size: 65px; font-weight: 800; margin: 0 0 40px 0; }
.prices .wrapper .content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.prices .wrapper .content .price { background-color: #f8f8f8; border-radius: 30px; padding: 30px; margin: 0 0 15px 0; }
.prices .wrapper .content .price:last-child { margin: 0; }
.prices .wrapper .content .price .row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; color: #333333; }
@media screen and (max-width: 900px) { .prices .wrapper .content .price .row { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } }
.prices .wrapper .content .price .row ul { margin: 20px 0 0 60px; opacity: 0.7; }
@media screen and (max-width: 600px) { .prices .wrapper .content .price .row ul { margin: 20px 0 0 50px; } }
.prices .wrapper .content .price .row ul li { list-style-type: none; display: -webkit-box; display: -ms-flexbox; display: flex; color: #333333; margin: 10px 0 0 0; font-size: 16px; }
@media screen and (max-width: 600px) { .prices .wrapper .content .price .row ul li { font-size: 13px; } }
.prices .wrapper .content .price .row ul li:before { content: "—"; display: block; margin: 0 5px 0 0; }
.prices .wrapper .content .price .row.drop-down_list { display: none; }
.prices .wrapper .content .price .row .col { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
@media screen and (max-width: 900px) { .prices .wrapper .content .price .row .col { margin: 20px 0 0 60px; }
  .prices .wrapper .content .price .row .col:first-child { margin: 0 0 0 0; } }
@media screen and (max-width: 600px) { .prices .wrapper .content .price .row .col { margin: 20px 0 0 50px; }
  .prices .wrapper .content .price .row .col:first-child { margin: 0 0 0 0; } }
.prices .wrapper .content .price .row .col span { font-size: 30px; font-weight: 700; opacity: 0.4; }
@media screen and (max-width: 600px) { .prices .wrapper .content .price .row .col span { font-size: 20px; } }
.prices .wrapper .content .price .row .col h4 { font-size: 24px; margin: 0 0 0 25px; font-weight: 500; }
@media screen and (max-width: 600px) { .prices .wrapper .content .price .row .col h4 { font-size: 18px; } }
.prices .wrapper .content .price .row .col h4 span { font-size: 16px; font-weight: 400; opacity: 0.6; }
@media screen and (max-width: 600px) { .prices .wrapper .content .price .row .col h4 span { font-size: 13px; } }
.prices .wrapper .content .price .row .col h5 { font-size: 18px; opacity: 0.7; font-weight: 400; }
@media screen and (max-width: 600px) { .prices .wrapper .content .price .row .col h5 { font-size: 14px; } }
.prices .wrapper .content .price .row .col h5 span { font-size: 30px; font-weight: 600; opacity: 1; }
@media screen and (max-width: 600px) { .prices .wrapper .content .price .row .col h5 span { font-size: 20px; } }
.prices .wrapper .content .price .row .col img { cursor: pointer; width: 20px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; margin: 0 0 0 25px; }
.prices .wrapper .content .price .row .col img.rotateImg { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
